C++ 中關於optional 使用過程中遇到的問題 頭文件:#include <boost/optional.hpp> using namespace boost; optional很像一個僅能存放一個元素的容器, ...